home *** CD-ROM | disk | FTP | other *** search
- echo "This script makes some temporary assigns to allow"
- echo "the MUI demo programs and the preferences to work"
- echo "even without a previously installed MUI."
-
- assign add LIBS: /Libs
- assign add LIBS: /Classes
- assign add LOCALE: DFView/Locale
-
- assign exists "help:" >nil:
- if not warn
- dir >nil: help:
- assign add HELP: /Docs
- endif
-
- echo ""
- echo "Everything ready to go..."
-